$request->file('photo')->move($destinationPath); $request->file('photo')->move($destinationPath, $fileName);
$file = $request->file('photo');